home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / full / jbuild / setup / JBuilder / jruntime.z / sun_tools_debug_LineNumber.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-11  |  656 b   |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_LineNumber */
  4.  
  5. #ifndef _Included_sun_tools_debug_LineNumber
  6. #define _Included_sun_tools_debug_LineNumber
  7. struct Hjava_lang_Thread;
  8. struct Hjava_lang_Class;
  9.  
  10. #pragma pack(4)
  11.  
  12. typedef struct Classsun_tools_debug_LineNumber {
  13.     struct Hjava_lang_Thread *thread;
  14.     struct Hjava_lang_Class *clazz;
  15.     long line_number;
  16.     long startPC;
  17.     long endPC;
  18. } Classsun_tools_debug_LineNumber;
  19. HandleTo(sun_tools_debug_LineNumber);
  20.  
  21. #pragma pack()
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.